-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WIP stable MIR crate #97385
Add WIP stable MIR crate #97385
Conversation
This comment has been minimized.
This comment has been minimized.
In the rustc repo, execute | ||
|
||
``` | ||
git subtree pull --prefix=compiler/rustc_smir https://github.com/rust-lang/project-stable-mir smir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the PR is merged you need to subtree push it back into https://github.com/rust-lang/project-stable-mir to prevent conflicts when pulling back in again in some cases.
Adds some additional crates used by Creusot.
☔ The latest upstream changes (presumably #96790) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r+ |
📌 Commit 7cba9ed has been approved by |
Add WIP stable MIR crate r? `@pnkfelix` Discussion about this happend in the SMIR meeting yesterday. Some info can be found at https://rust-lang.zulipchat.com/#narrow/stream/320896-project-stable-mir/topic/dev.20plan.20mtg/near/283774691
Rollup of 4 pull requests Successful merges: - rust-lang#95211 (Improve parser diagnostics) - rust-lang#95243 (Add Apple WatchOS compile targets) - rust-lang#97385 (Add WIP stable MIR crate) - rust-lang#97508 (Harden bad placeholder checks on statics/consts) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
r? @pnkfelix
Discussion about this happend in the SMIR meeting yesterday. Some info can be found at https://rust-lang.zulipchat.com/#narrow/stream/320896-project-stable-mir/topic/dev.20plan.20mtg/near/283774691